File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Content-Security-Policy: <policy-directive>; <policy-directive>
85
85
` style-src-elem ` および ` style-src-attr ` の[ 代替] ( #代替 ) となります。
86
86
87
87
- {{CSP("style-src-elem")}}
88
- - : スタイルシートの {{HTMLElement("style")}} および {{HTMLElement("link")}} 要素に ` rel="stylesheet" ` がついたものののための有効なソースを指定します 。
88
+ - : スタイルシートの {{HTMLElement("style")}} および {{HTMLElement("link")}} 要素に ` rel="stylesheet" ` がついたもののための有効なソースを指定します 。
89
89
- {{CSP("style-src-attr")}}
90
90
- : 個々の DOM 要素に適用されるインラインスタイルの有効なソースを指定します。
91
91
- {{CSP("worker-src")}}
@@ -115,7 +115,7 @@ Content-Security-Policy: <policy-directive>; <policy-directive>
115
115
- {{CSP("base-uri")}}
116
116
- : 文書の {{HTMLElement("base")}} 要素で使用される URL を制限します。
117
117
- {{CSP("sandbox")}}
118
- - : {{HTMLElement("iframe")}} と [ ` sandbox ` ] ( /ja/docs/Web/HTML/Reference/Elements/iframe#sandbox ) 属性に類似した、リクエストされあtリソースに対してサンドボックスを有効にします 。
118
+ - : {{HTMLElement("iframe")}} と [ ` sandbox ` ] ( /ja/docs/Web/HTML/Reference/Elements/iframe#sandbox ) 属性に類似した、リクエストされたリソースに対してサンドボックスを有効にします 。
119
119
120
120
### ナビゲーションディレクティブ
121
121
@@ -133,7 +133,7 @@ Content-Security-Policy: <policy-directive>; <policy-directive>
133
133
- {{CSP("report-to")}}
134
134
135
135
- : CSP 違反情報を送信するための報告エンドポイントまたはエンドポイントグループを識別するトークンをブラウザーに提供します。
136
- トークンが表すエンドポイントは、他にも {{HTTPHeader("Reporting-Endpoints")}} などの HTTP ヘッダーでで指定されている場合があります 。
136
+ トークンが表すエンドポイントは、他にも {{HTTPHeader("Reporting-Endpoints")}} などの HTTP ヘッダーで指定されている場合があります 。
137
137
138
138
> [ !WARNING]
139
139
> このディレクティブは [ ` report-uri ` ] ( /ja/docs/Web/HTTP/Reference/Headers/Content-Security-Policy/report-uri ) を置き換えることを意図しています。 ` report-to ` に対応したブラウザーでは、 ` report-uri ` ディレクティブは無視されます。
@@ -283,7 +283,7 @@ Content-Security-Policy: <policy-directive>; <policy-directive>
283
283
既定では、 CSP に ` default-src ` または ` script-src ` ディレクティブが含まれている場合、インライン JavaScript の実行は許可されません。これには以下が含まれます。
284
284
285
285
- インラインの ` <script> ` タグ
286
- - インタ印のイベントハンドラー属性
286
+ - インラインのイベントハンドラー属性
287
287
- ` javascript: ` URL
288
288
289
289
同様に、 CSP で ` default-src ` または ` style-src ` ディレクティブを記載している場合、インライン CSS は読み込まれません。
You can’t perform that action at this time.
0 commit comments